home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / benchmarks / itc / cc1.spur / insn-peep.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-08-30  |  316 b   |  24 lines

  1. /* Generated automatically by the program `genpeep'
  2. from the machine description file `md'.  */
  3.  
  4. #include "rtl.h"
  5.  
  6. #include "config.h"
  7.  
  8. #include "regs.h"
  9.  
  10. extern rtx peep_operand[];
  11.  
  12. #define operands peep_operand
  13.  
  14. int
  15. peephole (ins1)
  16.      rtx ins1;
  17. {
  18.   rtx insn, x, pat;
  19.   int i;
  20.   return 0;
  21. }
  22.  
  23. rtx peep_operand[2];
  24.